Skip to content

Add missing ASF license headers to three regression tests - #2496

Open
gregfelice wants to merge 1 commit into
apache:masterfrom
gregfelice:fix/agehash-asf-license-header
Open

Add missing ASF license headers to three regression tests#2496
gregfelice wants to merge 1 commit into
apache:masterfrom
gregfelice:fix/agehash-asf-license-header

Conversation

@gregfelice

Copy link
Copy Markdown
Contributor

Three regression tests were added without the Apache license header that the rest of the tree carries. These are the only files under regress/ missing it:

File Added by
regress/sql/agehash.sql + expected output #2421
regress/sql/cypher_subquery.sql + expected output
regress/sql/age_global_graph.sql + expected output

I noticed the agehash one while checking the 1.8.0 RC for the release vote and said I would fix it in master; scanning the rest of regress/ turned up the other two, so they are bundled here rather than filed as a second PR.

Header text is copied verbatim from the sibling regression tests. The expected outputs are regenerated rather than hand-edited, since pg_regress echoes the input file into the results — so each .out gains the same header as its .sql.

No test behaviour changes. Full suite passes (42/42, PostgreSQL 18.4), and after this every file under regress/ carries the header.

agehash, cypher_subquery and age_global_graph were added without the
Apache license header that the rest of the tree carries. These were the
only files under regress/ missing it.

The expected outputs are regenerated rather than hand-edited, since
pg_regress echoes the input file into the results.

No test behaviour changes; the full suite passes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant